valueArgumentsByName

fun IrCall.valueArgumentsByName(): Map<String, IrExpression?>

Get the arguments of an IrCall by their parameter names

Sources

jvm source
Link copied to clipboard